body {
	margin: 0 auto;
	padding: 0;
	font-family: Source Han Sans CN, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #11142d;
    min-width: 1400px;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

button, img {
	border: none;
}

a {
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.clear {
	clear: both;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
	color: #5e6a7f
}

::-webkit-input-placeholder {
	color: #c3c8d6;
}

*, ::before, ::after {
	box-sizing: border-box
}

.container {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

header {
	position: relative;
	/*height: 120px;*/
	line-height: 80px;
	z-index: 1;
}

.header_on:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.logo {
	float: left;
}

.logo > img {
	vertical-align: middle
}

.nav {
	float: left;
	margin-left: 40px;
}

.nav li {
	position: relative;
	float: left;
	margin-right: 20px;
	line-height: 80px;
}

.nav li > a {
	color: #fff;
	font-size: 18px;
}

.log_btns {
	position: relative;
	height: 80px;
	line-height: 80px;
	padding: 20px 0;
	float: right;
}

.log_btns > a {
	float: left;
	display: block;
	height: 40px;
	padding: 0 30px;
	line-height: 40px;
	border-radius: 28px;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	transition: .25s;
}

.log_btns > a:nth-child(2) {
	background: #08d9d7;
}

.log_btns > a:nth-child(2):hover {
	background: #08d6d4;
}

.log_btns > a:nth-child(1) {
	border: solid 1px #ffffff;
}

.log_btns > a:nth-child(1):hover {
	background: rgba(255, 255, 255, 0.2);
}
.log_btns>a:nth-child(3) {
	border: solid 1px #ffffff;
}

.user_list {
	display: none;
	position: absolute;
	top: 68px;
	right: 5px;
	width: 220px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	color: #2e384d;
	overflow: hidden;
}

.user_list_d1 {
	position: relative;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.user_list_d1 > h3 {
	font-size: 14px;
	line-height: 20px;
}

.user_list_d1 > p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 20px;
}

.user_list_d1 .rz {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 2px 6px;
	font-size: 12px;
}

.user_list_d1 .rz.rz1 {
	color: #05caae;
	background: rgba(5, 202, 174, 0.2);
}

.user_list_d1 .rz.rz2 {
	color: #ff6d5a;
	background: rgba(255, 109, 90, 0.2);
}

.user_list_d2 {
	padding: 10px 15px;
}

.user_list_d2 > a, .user_list_d2 > .ye_top {
	position: relative;
	display: block;
	line-height: 36px;
	text-align: left;
	color: #fff;
	font-size: 13px;
}


.user_list_d2 > .ye_top .cz_btn {
	display: inline-block;
	height: 24px;
	line-height: 22px;
	padding: 0 10px;
	color: #ffaa2e;
	border: 1px solid #ffaa2e;
	margin: 4px 5px;
}

.user_list_d2 > .ye_top .cz_btn:hover {
	background: #ffaa2e;
	color: #ffffff
}

.user_list_d2 > a > span {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #fff;
}

.user_list_d2 > .ye_top > span {
	float: right;
	display: inline-block;
	line-height: 36px;
	color: #fff;
}

.user_list_d2 > a .circle {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 22px;
	min-width: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 11px;
	color: #fff;
	font-size: 12px;
	background: #ff6d5a;
	margin-top: 6px;
	transition: .25s;
}

.user_list_d2 > a .circle:hover {
	margin-top: 4px;
}

.out_btn {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	color: rgba(255, 255, 255, 0.8);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 13px;
}

.out_btn:hover {
	color: #ff6d5a;
}

.f_left {}

.f_left > p {
	margin: 0 0 20px 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
}

.f_left > a {
	display: inline-block;
	margin-right: 20px;
	font-size: 0;
}

.f_right {}

.f_right > ul > li {
	float: left;
	margin-left: 80px;
	width: 120px;
}

.f_right > ul > li > h3 {
	padding-bottom: 20px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.f_right >ul > li > p {
	line-height: 30px;
}

.f_right > ul > li > p > a {
	display: block;
	text-align: left;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}

.f_right > ul > li > p > a:hover {
	color: #fff
}

.yq_lj {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	line-height: 18px;
}

.yq_lj > span {
	font-weight: 600;
	margin-right: 40px;
	color: #ffffff;
}

.yq_lj > a {
	color: rgba(255, 255, 255, 0.6);
	margin-right: 20px;
}

.yq_lj > a:hover {
	color: #fff
}

.f_bottom {
	margin-right: auto;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	
}

.f_bottom .p1 {
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
}

.f_bottom .p2 {
	display: inline-block;
	margin-left: auto;
}

.f_bottom .p2 > img {
	/*float: right;*/
	margin-left: 20px;
	vertical-align: middle;
}

.left_title {
	padding: 80px 0 60px 0;
}

.left_title > h1 {
	font-size: 36px;
	font-weight: 600;
}

.left_title > h3 {
	font-size: 80px;
	font-weight: 600;
	color: rgba(238, 238, 238, 1);
	background: linear-gradient(180deg, rgba(237, 237, 237, 0.74) 0%, rgba(238, 238, 238, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: -70px;
}

.left_title > p {
	font-size: 16px;
	line-height: 30px;
	color: #808191;
	margin: 54px 0 36px 0;
}

.left_title > p > a {
	color: #6c5dd3;
	font-weight: 600;
	text-decoration: underline;
}

.left_title > a {
	display: block;
	width: 200px;
	height: 56px;
	line-height: 56px;
	color: #130b0d;
	background-color: #f8c828;
	border-radius: 28px;
}

.left_title > a:hover {
	background: rgba(248, 200, 40, 0.81);
}

footer {
	background-image: linear-gradient(0deg, #632be3 0%, #7868f8 100%), linear-gradient(#5e31db, #5e31db);
	background-blend-mode: normal, normal;
	padding-top: 60px;
	margin-top: 100px;
}

.main_banner {
	height: 300px;
	background-image: linear-gradient(0deg, #632be3 0%, #7868f8 100%), linear-gradient(#6d4df3, #6d4df3);
	background-blend-mode: normal, normal;
}
.top_banner {
	background-image: linear-gradient(0deg, #632be3 0%, #7868f8 100%), linear-gradient(#6d4df3, #6d4df3);
	background-blend-mode: normal, normal;
}

.banner_title {
	margin: 20px;
	font-size: 48px;
	color: #fff;
	text-align: center;
}

.pro_show_box {
	display: none;
	position: absolute;
	left: -40px;
	top: 80px;
	width: 800px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	overflow: hidden;
}

.pro_list {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 160px;
	background: rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pro_con {
	line-height: normal;
	width: 640px;
	float: right;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.3);
}

.pro_nav {
	height: 60px;
	line-height: 60px;
	text-align: center;
	transition: .25s;
}

.pro_nav > a {
	display: block;
	color: #fff;
}

.pro_nav.active {
	background: #f8c828;
}

.pro_nav.active > a {
	color: #11142d;
	font-weight: 500;
}

.pro_con_title {
	position: relative;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
	color: #fff;
}

.pro_con_title > a {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
}

.pro_con_show {
	display: none;
}

.pro_con_show > p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.pro_con_btn1 {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background-color: #f8c828;
	border: 1px solid #f8c828;
	border-radius: 4px;
	color: #11142d;
	font-size: 14px;
	margin-right: 10px;
}

.pro_con_btn2 {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	color: #11142d;
	font-size: 14px;
}

.pro_con_tag {
	position: relative;
	margin: 20px 0;
	padding: 20px 0 0 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0;
}

.pro_con_tag > span {
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #fff;
}

.pro_con_tag > a {
	font-size: 13px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 0 15px 10px;
	transition: .25s;
}

.pro_con_tag > a:hover {
	background: #6c5dd3;
	color: #fff;
}

.lang-box {
	float: right;
	color: #fff;
	position: relative;
}
.lang-box .lang-list {
	position: absolute;
	top: 64px;
	display: none;
}
.lang-box .lang-title-box {
	border-radius: 28px;
	width: 110px;
	margin: 20px 0;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	padding: 0 20px;
	text-align: center;
}
.lang-box .lang-list .lang-item:hover {
	background: #6c5dd3;
	color: #fff;
}
.lang-box .lang-list .lang-item {
	padding-left: 20px;
	background: #fff;
	color: #11142d;
	display: block;
	width: 110px;
	line-height: 30px;
	text-align: left;
}
.limited-box {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	color: rgba(255, 255, 255, 0.6);
}
.limited-box .company-box {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-family: outfit_Medium, Microsoft YaHei, serif;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.limited-box .limited-text {
	display: flex;
	align-items: center; /* 垂直居中 */
	gap: 5px;
	justify-content: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-14 {
	font-size: 14px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.bottom-right-box {
	position: fixed;
	z-index: 100;
	top: 60vh;
	right:2rem;
	padding:8px 0;
	border-radius: 32px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 7px 0 rgba(47, 105, 168, 0.2);
}
.bottom-right-box .img-box {
	margin-bottom: 4px;
	padding: 0 8px;
	cursor: pointer;
}
.img-box .img-item {
	display:none;
	width: 300px;
	position: absolute;
	right: 65px;
	top: -50%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 7px 0 rgba(47, 105, 168, 0.2);
	padding: 30px 20px;
	border-radius: 10px;
}

.img-item .contact-box {
	margin-bottom: 20px;
	margin-top: 20px;
}
.contact-box .contact-title {
	font-size: 18px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
}
.contact-box .contact-email {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}
.img-item .contact-note {
	font-size: 14px;
	color: gray;
}

.color-white {
	color: #fff;
}
.margin-top-20 {
	margin-top: 20px;
}

footer .bottom-right-box .manger-title {
	line-height: 50px;
	text-align: center;
	background-color: #596dfe;
	color: #FFFFFF;
	opacity: 0.8;
	border-radius: 10px 10px 0 0;
}
.flex-row {
	display: flex;
	flex-direction: row;
}
.gap-5 {
	gap: 5px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.lh-20 {
	line-height: 20px;
}
.lh-30 {
	line-height: 30px;
}
.fs-16 {
	font-size: 16px;
}
.fs-14 {
	font-size: 14px;
}
.fs-12 {
	font-size: 12px;
}
.opacity-5 {
	opacity: 0.5;
}
.opacity-8 {
	opacity: 0.8;
}
.fw-bold {
	font-weight: bold;
}
.color-black {
	color: black;
}
.text-center {
	text-align: center;
}
.mt-10 {
	margin-top: 10px;
}